Loading...
 

Document (Preview)

Document (Preview)

Document(name, flags, x, y, w, h)

Parameters
Parameters Description
name * Identifier
aliasName an additional identifier
flags Flags
x * Position X (in minicells)
y * Position Y (in Minicells)
w * Width (in minicells)
h
  • - Required parameter

This window object is used to display all or part of a print list (document). The height of the object determines how many pages are shown. It is useful to place a document window object on a window with a scrollbar and to specify its height greater than that of the parent window.

Flags
Flag Description
HIDDEN The object remains invisible until instruction Show makes it appear on the screen.
MIN_HEIGHT(h) The height of the widget never falls below the value h (specified in minicells). This is especially useful in combination with attachments.
MIN_WIDTH(w) Width of the widget never falls below the value w (specified in minicells). This is especially useful in combination with attachments.